change object position

53

change object position -

//sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
panel1.Location = new Point(56,72);
panel1.Size = new Size(264, 152);

Comments

Submit
0 Comments